public final class EdgeFilter extends GraphFilterWithExpression
Constructor and Description |
---|
EdgeFilter(String filterExpression)
Instantiates a new edge filter.
|
Modifier and Type | Method and Description |
---|---|
EdgeFilter |
asEdgeFilter()
Gets this filter object as edge filter, if possible.
|
String |
toString() |
asGraphFilterWithExpression, fromTypeAndExpression, getFilterExpression, hasExpression
asBinaryGraphFilterOperation, asVertexFilter, getType, intersect, isBinaryOperation, union
public EdgeFilter(String filterExpression)
filterExpression
- the edge-filter expressionpublic EdgeFilter asEdgeFilter()
GraphFilter
GraphFilter.getType()
== FilterType.EDGEasEdgeFilter
in class GraphFilter
Copyright © 2015. All rights reserved.